#define N 10
int zdroj[N] = {1,2,3,};
int cil[N];


memcpy(cil, zdroj, N*sizeof(int);
